home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1989 April / 1989-04.d64 / basic 10.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  664b  |  17 lines

  1. 10 poke53281,0:poke53280,0
  2. 20 print"[147][154] basic 10 cannot be run from the gazette"
  3. 30 print" menu program. you must re-boot the   "
  4. 40 print" computer prior to loading and running"
  5. 50 print" this program. be sure to type this line"
  6. 60 print" in direct mode after running the"
  7. 65 print" program:  [154]poke44,16:poke4096,0:new"
  8. 70 print" for more information about [154]basic 10"
  9. 80 print" refer to the corresponding issue of "
  10. 90 print" compute!'s gazette."
  11. 100 print"            press any key  [146]"
  12. 110 get a$:if a$="" then 110
  13. 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  14. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  15. 250 poke53281,14:poke53280,14
  16. 260 printchr$(142)"[145]          reloading the menu[154]":end
  17.